You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Statistics Class
>
Statistics Methods
>
FullFactDesign Method
>
Statistics.FullFactDesign Method ([In] TVec, [In] TMtx)
Dew Stats for .NET
Example
Statistics.FullFactDesign Method ([In] TVec, [In] TMtx)
using
Dew.Math
;
using
Dew.Stat.Units;
namespace
Dew.Examples {
private
void
Example() {
Vector
tmpVec =
new
Vector
(0);
Matrix
m =
new
Matrix
(0,0); tmpVec.SetIt(
false
,
new
double
[] {2,3,2}); Statistics.FullFactDesign(tmpVec,m); } }
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home